Add Queue Item
Adds a new item in the queue. The status of the item will be "New".
Input
- Queue Name: The queue where the QueueItem object is to be added
- Type:
System.String - Required
- Type:
- Reference: A reference for the new Queue item.
- Type:
System.String
- Type:
- Item Information: A collection of additional information about the specific QueueItem that is to be added. The information is stored in the item and is used during a transaction processing.
- Type:
System.Collections.Generic.IDictionary<System.String, System.Activities.Argument>
- Type:
- Item Information Collection: Enables importing an entire dictionary of information for a queue item.
- Type:
System.Collections.Generic.IDictionary<System.String, System.Object>
- Type:
Misc
- Timeout: Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).
- Type:
System.Int32
- Type: